Extension point sequencers
In component org.nuxeo.ecm.core.uidgen.UIDGeneratorService
Documentation
Allows to contribute a new uid sequencer.
Aliases
- org.nuxeo.ecm.platform.uidgen.service.UIDGeneratorService--sequencers
Contribution Descriptors
- Class: org.nuxeo.ecm.core.uidgen.UIDSequencerProviderDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="sequencers" target="org.nuxeo.ecm.core.uidgen.UIDGeneratorService"> <documentation> Contribute the Hibernate based sequencer as the default one. </documentation> <sequencer class="org.nuxeo.ecm.platform.uidgen.JPAUIDSequencerImpl" default="true" name="hibernateSequencer"/> </extension>
-
<extension point="sequencers" target="org.nuxeo.ecm.core.uidgen.UIDGeneratorService"> <sequencer class="org.nuxeo.elasticsearch.seqgen.ESUIDSequencer" default="true" enabled="true" name="uidgen"/> </extension>